home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Super Stacks!
/
Macworld CD.iso
/
HyperCard Archives
/
International
/
French v1.2.5.1
/
Piles principales
/
Notes sur la version 1.2.5
/
background_2946.txt
< prev
next >
Wrap
Text File
|
1989-10-04
|
2KB
|
123 lines
-- background: 2946 from stack: in.5
-- bmap block id: 12168
-- flags: 0000
-- background id: 0
-- name: StartUp
-- part 1 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=11 top=22 right=311 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Fond
-- part 3 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=14 top=314 right=339 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 5 (field)
-- low flags: 01
-- high flags: 2000
-- rect: left=232 top=23 right=91 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 256
-- line height: 24
-- part name: Titre
-- part 6 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=343 top=314 right=336 bottom=420
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Retour
----- HyperTalk script -----
on mouseUp
global pushList
subtract 1 from pushList
lock screen
hide bg btn "Retour"
pop card
if pushList > 0 then
show bg btn "Retour"
else
hide bg btn "Retour"
end if
unlock screen
end mouseUp
-- part 7 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=356 top=314 right=337 bottom=424
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Poursuivre
----- HyperTalk script -----
on mouseUp
findNext
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=430 top=314 right=337 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: Chercher…
----- HyperTalk script -----
on mouseUp
myFind
end mouseUp